home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / gs26.zip / PSFILES.DOC < prev    next >
Text File  |  1993-05-01  |  5KB  |  157 lines

  1.    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file, psfiles.doc, describes the .ps files distributed with
  23. Ghostscript, other than fonts.
  24.  
  25. For an overview of Ghostscript and a list of the documentation files, see
  26. README.
  27.  
  28. System files
  29. ------------
  30.  
  31. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  32. contains definitions of many standard procedures and initialization for a
  33. wide variety of things.
  34.  
  35. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  36. machinery and provides some utility procedures that work with fonts.
  37.  
  38. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  39. some other environmental odds and ends for the benefit of PostScript files
  40. that really want to be printed on a LaserWriter.
  41.  
  42. gs_2asc.ps - This utility file helps extract the ASCII text from
  43. PostScript source files.  It redefines many operators.  For more
  44. information, see the comments in the file.
  45.  
  46. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  47. the configuration.  It provides support for various Display PostScript and
  48. Level 2 features.
  49.  
  50. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  51. includes Level 2 PostScript functions.  It contains definitions of
  52. procedures and miscellaneous initialization for the Level 2 functions.
  53.  
  54. gs_sym_e.ps - the Symbol encoding, loaded only if referenced.
  55.  
  56. gs_type0.ps - gs_init.ps reads this in if the Ghostscript interpreter
  57. includes composite (Type 0) font capability.
  58.  
  59. Art
  60. ---
  61.  
  62. chess.ps - A black-and-white chessboard.
  63.  
  64. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  65. golf club.
  66.  
  67. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  68. interlocking butterflies.  Can be printed on monochrome devices, with
  69. somewhat less dramatic results.
  70.  
  71. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  72. file server).
  73.  
  74. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  75. (Renders very slowly.)
  76.  
  77. colorcir.ps - A set of nested ellipses made up of colored bars.
  78.  
  79. tiger.ps - A dramatic colored picture of a tiger's head.
  80.  
  81. Utilities
  82. ---------
  83.  
  84. For more information on these utility programs, see the comments at the
  85. beginning of the files.  The ones marked with * have batch files or shell
  86. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  87. conveniently.
  88.  
  89. bench.ps - a file useful for running benchmarks.
  90.  
  91. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  92. fonts.doc for more information.
  93.  
  94. * gslp.ps - a utility for doing "line printing" of plain text files.
  95.  
  96. impath.ps - a utility for reconstructing outlines from bitmap images,
  97. used by bdftops.
  98.  
  99. landscap.ps - a file that you can put in front of your own files to get
  100. them rendered in landscape mode.
  101.  
  102. level1.ps - a file that turns off any Level 2 features.
  103.  
  104. prfont.ps - a utility to print a font catalog.
  105.  
  106. ps2epsi.ps - a utility for converting an arbitrary PostScript file
  107. into EPSI form.
  108.  
  109. ps2image.ps - a utility for converting an arbitrary PostScript file into a
  110. .ps file consisting of just PostScript bitmaps, one per page.
  111.  
  112. * pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  113. files.
  114.  
  115. quit.ps - a file containing just the word "quit".
  116.  
  117. showpage.ps - a file containing just the word "showpage".
  118.  
  119. waterfal.ps - a utility to print a "waterfall" of fonts at different
  120. sizes.
  121.  
  122. Development tools
  123. -----------------
  124.  
  125. decrypt.ps - a utility for decrypting the eexec section of a font.
  126.  
  127. markpath.ps - a utility for showing the points on a path.
  128.  
  129. mergeini.ps - a utility for merging all the initialization files into
  130. a single file.
  131.  
  132. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  133. Type 1 font.
  134.  
  135. ppath.ps - a couple of utilities for printing out the current path, for
  136. debugging.
  137.  
  138. traceop.ps - a utility for tracing uses of any procedure or operator
  139. for debugging.
  140.  
  141. unprot.ps - a prologue to disable access checking.
  142.  
  143. winmaps.ps - a utility for creating mappings between the Adobe encodings
  144. and the Microsoft Windows character sets.
  145.  
  146. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  147. the standard Ghostscript fonts.
  148.  
  149. Odds and ends
  150. -------------
  151.  
  152. empty.ps - an empty file.
  153.  
  154. lines.ps - a test program for line joins and caps.
  155.  
  156. type1ops.ps - the Type 1 font format opcodes.
  157.